home *** CD-ROM | disk | FTP | other *** search
/ Turnbull China Bikeride / Turnbull China Bikeride - Disc 1.iso / ARGONET / PD / PROGRAMMING / LCLINT-D.SPK / lclint / guide / fig10-out < prev    next >
Text File  |  1996-08-26  |  417b  |  12 lines

  1. LCLint 2.2 --- 25 Aug 96
  2.  
  3. unique.c: (in function capitalize)
  4. <A HREF="unique.c.html#line7" target="source">unique.c:7,11</A>: Parameter 1 (s) to function strcpy is
  5.     declared unique but may be aliased externally by
  6.     parameter 2 (t)
  7.   A unique or only parameter may be aliased by some
  8.   other parameter or visible global. (-mayaliasunique
  9.   will suppress message)
  10.  
  11. Finished LCLint checking --- 1 code error found
  12.